* Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 13 Jan 2006 00:19:48 +0000 (00:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 13 Jan 2006 00:19:48 +0000 (00:19 +0000)
RELEASE-NOTES
includes/Wiki.php

index beb95c8..fcf8d4f 100644 (file)
@@ -472,6 +472,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 2026) missing glue around \not= (TeX)
 * (bug 4576) Missing '>' broke license selector's first option in IE, Opera
 * Override $wgLocaltimezone in parser tests for us outside Iceland and UK
+* Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT
 
 
 === Caveats ===
index 1274dbf..52f0a81 100644 (file)
@@ -343,5 +343,4 @@ class MediaWiki {
 
 }; /* End of class MediaWiki */
 
-?>
-
+?>
\ No newline at end of file